home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / GISO / README
Text File  |  1994-01-29  |  1KB  |  50 lines

  1. What's GISO? GISO provides an easy way to convert sounds to and from
  2. different sound formats and also preview NEXTSTEP sounds. 
  3.  
  4. GISO is actually just a wrapper for sox. 
  5.  
  6. What's sox? Sox is a filter program with the ability to convert in and out of
  7. many (all that I know of) sound formats. It will move in and out of .au, .aiff,
  8. .voc, .hcom, .wav and any raw format you can describe with its parameters.  Its
  9. interface is very complicated and so that is why I wrote GISO.
  10.  
  11. To build it just type "make install".
  12.  
  13. *** Version 3.2: (1/29/94)
  14.     - Compiles without errors under NS3.2 black/white.
  15.  
  16.     - Responds to double click of .iff another self describing format.
  17.  
  18.     - interface clean ups.
  19.  
  20. *** Version 3.0:
  21.  
  22.     - Compiles without errors under NS3.0
  23.  
  24.     - Responds to double click of self describing sound file formats.
  25.         - i.e. responds to .snd, .au, .voc, .wav
  26.         
  27. *** Version 2.1:
  28.  
  29.     - Newest version of sox used. New sox handles .wav files cleanly and has
  30.     some new filters (See man page).
  31.     
  32.     - Uses Subprocess Object now to run sox in (Subprocess was originally a
  33.     NeXT example that has been touched up some).
  34.     
  35.     This means
  36.  
  37.         - No more spining disk during conversions.
  38.  
  39.         - Conversions can be aborted.
  40.  
  41.     - Small interface clean ups.
  42.  
  43.  
  44. \n
  45.  
  46.  
  47.             Ronin Consulting
  48. Nicholas W. Christopher             Nick_Christopher@gun.com
  49.  
  50.